// Copyright (C) Asobo Studio. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. #pragma once #include typedef unsigned char gunichar2; typedef unsigned char guint8; typedef unsigned short guint16; typedef unsigned int guint32; typedef int gint32; typedef unsigned long guint64; typedef void* gpointer; typedef BOOL gboolean; typedef short gint16; typedef unsigned int guint; typedef char gchar;